home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1843 / 1843.xpi / skin / classic / win / firebug.css < prev    next >
Cascading Style Sheet File  |  2010-01-11  |  7KB  |  299 lines

  1. /* See license.txt for terms of usage */
  2.  
  3. #fbFirebugMenu {
  4.     margin-bottom: 1px;
  5.     opacity: 0.8;
  6. }
  7.  
  8.  
  9.  
  10. #fbFirebugMenu:hover,
  11. #fbFirebugMenu[open="true"] {
  12.     opacity: 1.0;
  13. }
  14.  
  15. #fbFirebugMenu > .toolbarbutton-text,
  16. #fbFirebugMenu > .toolbarbutton-menu-dropmarker {
  17.     display: none;
  18. }
  19.  
  20. .toolbar-text-button,
  21. .toolbar-text-menubutton {
  22.     padding: 3px 6px;
  23. }
  24.  
  25. .toolbar-text-button[checked="true"] {
  26.     padding: 3px 6px !important;
  27. }
  28.  
  29. .toolbar-text-button > .toolbarbutton-icon,
  30. .toolbar-text-menubutton > .toolbarbutton-icon {
  31.     /*display: none;*/
  32. }
  33.  
  34. .toolbar-text-menubutton:hover:active,
  35. .toolbar-text-menubutton[open="true"] {
  36.     padding: 4px 5px 2px 7px;
  37. }
  38.  
  39. #fbToolbox .toolbarbutton-menu-dropmarker {
  40.     margin-left: 3px;
  41. }
  42.  
  43. /************************************************************************************************/
  44.  
  45. .toolbarbutton-iconic {
  46.     -moz-appearance: none;
  47.     padding: 0 !important;
  48.     border: none !important;
  49.     background: transparent !important;
  50. }
  51.  
  52. .toolbarbutton-iconic > .toolbarbutton-icon {
  53.     padding: 0;
  54. }
  55.  
  56. #fbDebuggerButtons {
  57.     margin-top: 1px;
  58. }
  59.  
  60. #fbSearchButtons {
  61.     margin-bottom: 2px;
  62. }
  63.  
  64. #fbMinimizeButton {
  65.     list-style-image: url(chrome://firebug/skin/win/min.png);
  66. }
  67.  
  68. #fbMinimizeButton:hover {
  69.     list-style-image: url(chrome://firebug/skin/win/minHover.png);
  70. }
  71.  
  72. #fbMinimizeButton:hover:active {
  73.     list-style-image: url(chrome://firebug/skin/win/minActive.png);
  74. }
  75.  
  76.  
  77. #fbCloseButton {
  78.     margin: 0 4px 0 0;
  79.     -moz-image-region: rect(auto, auto, auto, auto);
  80.     list-style-image: url("chrome://firebug/skin/win/close.png");
  81. }
  82.  
  83. #fbCloseButton:hover {
  84.     list-style-image: url("chrome://firebug/skin/win/closeHover.png");
  85. }
  86.  
  87. #fbCloseButton:hover:active {
  88.     list-style-image: url("chrome://firebug/skin/win/closeActive.png");
  89. }
  90.  
  91. #fbDetachButton {
  92.     margin: 0;
  93.     -moz-image-region: rect(auto, auto, auto, auto);
  94.     list-style-image: url(chrome://firebug/skin/win/detach.png);
  95. }
  96.  
  97. #fbDetachButton:hover {
  98.     list-style-image: url(chrome://firebug/skin/win/detachHover.png);
  99. }
  100.  
  101. #fbDetachButton:hover:active {
  102.     list-style-image: url(chrome://firebug/skin/win/detachActive.png);
  103. }
  104.  
  105. #fbCommandToggleSmall {
  106.     list-style-image: url(chrome://firebug/skin/win/up.png);
  107. }
  108.  
  109. #fbCommandToggleSmall:hover {
  110.     list-style-image: url(chrome://firebug/skin/win/upHover.png);
  111. }
  112.  
  113. #fbCommandToggleSmall:hover:active {
  114.     list-style-image: url(chrome://firebug/skin/win/upActive.png);
  115. }
  116.  
  117. #fbCommandToggleLarge {
  118.     list-style-image: url(chrome://firebug/skin/win/down.png);
  119. }
  120.  
  121. #fbCommandToggleLarge:hover {
  122.     list-style-image: url(chrome://firebug/skin/win/downHover.png);
  123. }
  124.  
  125. #fbCommandToggleLarge:hover:active {
  126.     list-style-image: url(chrome://firebug/skin/win/downActive.png);
  127. }
  128.  
  129. /************************************************************************************************/
  130.  
  131. #fbLargeCommandLine {
  132.     -moz-appearance: none;
  133.     border: none;
  134.     border-top: 1px solid;
  135.     -moz-border-top-colors: threedshadow;
  136.     padding: 2px 0 0 2px;
  137. }
  138.  
  139. #fbCommandToolbar {
  140.     border-top: 1px solid threedshadow;
  141. }
  142.  
  143. #fbContentSplitter {
  144.     border-top: 1px solid !important;
  145.     -moz-border-top-colors: threedShadow !important;
  146.     border-bottom: 1px solid !important;
  147.     -moz-border-bottom-colors: #EEEEEE !important;
  148.     min-height: 3px;
  149.     max-height: 3px;
  150.     background-color: #FFFFFF;
  151. }
  152.  
  153. #fbToolbar {
  154.     padding-bottom: 1px;
  155.     border-bottom: none;
  156. }
  157.  
  158. /************************************************************************************************/
  159.  
  160. .panelTabBox {
  161.     background: url(chrome://firebug/skin/win/tabBg.png) repeat-x bottom;
  162.     border-bottom: 1px solid threedshadow;
  163.     padding: 0 4px;
  164.     overflow: hidden;
  165. }
  166.  
  167. .panelTabs {
  168.     -moz-box-align: end;
  169. }
  170.  
  171. panelTab {
  172.     margin: 1px 0 0 0;
  173.     border: none;
  174.     font-weight: bold;
  175.     color: #565656;
  176.     font-size: 11px;
  177.     direction: ltr;
  178. }
  179.  
  180. panelTab[selected="true"] {
  181.     color: inherit;
  182. }
  183.  
  184. .panelTab-left {
  185.     width: 8px;
  186. }
  187.  
  188. .panelTab-text {
  189.     margin: 0;
  190.     padding: 3px 1px 4px 1px;
  191. }
  192.  
  193. .panelTab-text[disabled="true"] {
  194.     color:Gray;
  195. }
  196.  
  197. .panelTab-right {
  198.     width: 8px;
  199. }
  200.  
  201. panelTab:hover > .panelTab-left {
  202.     background: url(chrome://firebug/skin/win/tabLeftHover.png) no-repeat top;
  203. }
  204.  
  205. panelTab:hover > .panelTab-text {
  206.     background: url(chrome://firebug/skin/win/tabMidHover.png) repeat-x top;
  207. }
  208.  
  209. panelTab:hover > panelTabMenu {
  210.     background: url(chrome://firebug/skin/win/tabMidHover.png) repeat-x top;
  211. }
  212.  
  213. panelTab:hover > .panelTab-right {
  214.     background: url(chrome://firebug/skin/win/tabRightHover.png) no-repeat top;
  215. }
  216.  
  217. panelTab[selected="true"] > .panelTab-left {
  218.     background: url(chrome://firebug/skin/win/tabLeft.png) no-repeat top;
  219. }
  220.  
  221. panelTab[selected="true"] > .panelTab-text {
  222.     background: url(chrome://firebug/skin/win/tabMid.png) repeat-x top;
  223. }
  224.  
  225. panelTab[selected="true"] > panelTabMenu {
  226.     background: url(chrome://firebug/skin/win/tabMid.png) repeat-x top;
  227. }
  228.  
  229. panelTab[selected="true"] > .panelTab-right {
  230.     background: url(chrome://firebug/skin/win/tabRight.png) no-repeat top;
  231. }
  232.  
  233. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  234.  
  235. .panelOptionsButton {
  236.     -moz-appearance: none;
  237.     border: none;
  238. }
  239.  
  240. .panelOptionsButton,
  241. .panelOptionsButton:hover:active,
  242. .panelOptionsButton[open="true"] {
  243.     margin: 2px;
  244.     padding: 0 6px;
  245. }
  246.  
  247. .panelOptionsButton:hover {
  248.     cursor: pointer;
  249. }
  250.  
  251. .panelOptionsButton:hover > .toolbarbutton-text {
  252.     color: blue;
  253.     text-decoration: underline;
  254. }
  255.  
  256. .panelOptionsButton[open="true"] > .toolbarbutton-text {
  257.     color: red;
  258.     text-decoration: underline;
  259. }
  260.  
  261. .panelOptionsButton[disabled="true"] > .toolbarbutton-text {
  262.     color: graytext;
  263.     text-decoration: none;
  264. }
  265.  
  266. /************************************************************************************************/
  267.  
  268. #fbPanelStatus {
  269.     margin: 0 5px 0 0;
  270.     overflow: hidden;
  271. }
  272.  
  273. .panelStatusSeparator {
  274.     margin: 0;
  275.     color: graytext;
  276. }
  277.  
  278. .panelStatusLabel {
  279.     cursor: pointer;
  280.     margin: 0;
  281.     padding: 0 4px;
  282. }
  283.  
  284. .panelStatusLabel:hover {
  285.     color: blue;
  286. }
  287.  
  288. .panelStatusLabel[selected="true"] {
  289.     font-weight: bold;
  290. }
  291.  
  292. .menuHeader {
  293.     margin: 2px 6px;
  294.     font-weight: bold;
  295. }
  296.  
  297. /************************************************************************************************/
  298.  
  299.